ListBoxGetSelCount

 

The 'ListBoxGetSelCount' function returns the number of the selected data in ListBox object.

 

int @ListBoxGetSelCount(string class_name);

 

Parameters

string class_name : class name of ListBox object

 

Return Value

the number of the selected data

 

Example

count = @ListBoxGetSelCount("ListBox1");

Description : The number of the selected data in 'ListBox1' is stored in the variable named 'count'.

 

Version Information

supported version: 9.3.8 or higher

 

Reference

@ListBoxAddString()

@ListBoxDeleteString()

@ListBoxFillDir()

@ListBoxFillFile()

@ListBoxGetCurSel()

@ListBoxGetSel()

@ListBoxGetSelCount()

@ListBoxGetText()

@ListBoxResetContent()

@ListBoxSetCurSel()